Universal Converter ©

Post Grad Website

Enter your input below

Binary Output:

Enter your scale below

Hex Output:
RGB Output:
Combined Output:

Example Inputs

Emoji Input: 🌟🎶 will show U+1F31F U+1F3B6 in the combined output.

Caesar Input: Caesar3:Khoor will decode to Hello with a shift of 3.

Sound Input: 440Hz will play an A4 tone for one second.

Type in 'play hot cross buns', or 'play amazing grace'

HEX Input: #cccccc will display the associated color and RGB values.

RGB Input: 255,0,0 will display the color and HEX value #FF0000.

Binary Input: 01001000 01100101 will convert to ASCII text 'He'.

Decimal Input: 72 101 will convert to ASCII text 'He'.

Inches to cm and mm: '10in' will output '10 in = 25.4 cm (254 mm)'.

Centimeters to inches, feet, and yards: '100cm' will output '100 cm = 39.37 in (3.28 ft, 1.09 yd)'.

Millimeters to inches: '50mm' will output '50 mm = 1.97 in'.

Kilometers to miles: '5km' will output '5 km = 3.11 mi'.

Miles to kilometers: '2mi' will output '2 mi = 3.22 km'.

Meters to yards: '66mtr' will output '72yd'.

Feet to centimeters and millimeters: '10ft' will output '10 ft = 304.8 cm (3048 mm)'.

Yards to centimeters and millimeters: '3yd' will output '3 yd = 274.32 cm (2743.2 mm)'

Pounds to kilograms: '150lb' will output '150 lb = 68.04 kg'.

Kilograms to pounds: '70kg' will output '70 kg = 154.32 lb'.

Liters to gallons: '5l' will output '5 l = 1.32 gal'.

Gallons to liters: '10gal' will output '10 gal = 37.85 l'.

kW Input: "5kW" converts to "5 kW = 6.71 HP".

HP Input: "5HP" converts to "5 HP = 3.73 kW".

Celsius Input: "100C" converts to "100°C = 212°F".

Fahrenheit Input: "212F" converts to "212°F = 100°C".

Volume Calculation: Enter dimensions like 3mtr * 2mtr * 5mtr to calculate volume in cubic meters.

Area Calculation: Enter dimensions like 3mtr * 4mtr to calculate area in square meters.

Ounces to Grams and Kilograms: Enter `16oz` to convert to `453.6 g (0.45 kg)`.

Stones to Kilograms and Grams: Enter `5st` to convert to `31.8 kg (31800.0 g)`.

Grams to Ounces: Enter `500g` to convert to `17.64 oz`.

Kilograms to Stones: Enter `70kg` to convert to `11.02 st`.

Cups to Milliliters: `1cup` will convert to `240.0 mL`.

Tablespoons to Grams: `2tbsp` will convert to `30.0 g`.

Milliliters to Cups, Litres, Gallons: `500mL` will convert to `2.08 cup`.

Fuel mixture ratios: 5L:50:1 Converts to the required oil in liters and milliliters for a 50:1 fuel-to-oil ratio.

Grams to Tablespoons: `30g` will convert to `2.00 tbsp`.

Watts to Kilowatts and Megawatts: Enter `5000W` to convert to `5.00 kW (0.00500 MW)`.

Ohm’s Law: Enter values as V10I2, V10R5, I2R5 to calculate Voltage V, Current A, Resistance Ω.

BMI Calculator: Enter values as `B:70H:1.75` to calculate your BMI and category (e.g., Normal weight).

Understanding 8-Bit Binary

In an 8-bit binary number, each bit represents a power of 2, starting from the rightmost bit (least significant bit):

Binary Position 128 64 32 16 8 4 2 1
Binary Digit 0 1 0 0 1 0 1 1

To convert 01001011 to decimal:

Sum: 64 + 8 + 2 + 1 = 75

This means 01001011 equals 75 in decimal.

Each 1 indicates that the corresponding value is included, while each 0 indicates that it is not.